home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / graphic / iterat31.zip / JANSFUNC.FRM < prev    next >
Text File  |  1993-11-17  |  184b  |  23 lines

  1. ;Iterate! formula file
  2. ;by Jan Hugh
  3.  
  4. ;parameter and window defaults
  5. a=1
  6. b=1
  7. c=1
  8. d=1
  9. mu=0
  10. xmin=-20
  11. xmax=20
  12. ymin=-20
  13. ymax=20
  14.  
  15. x=a*cot(c*y) 
  16.  
  17. y=b*csc(d*x)
  18.  
  19.  
  20.  
  21.  
  22.  
  23.